Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hist] fix regression in AddBinContentND and add test #17573

Closed
wants to merge 3 commits into from

Conversation

ferdymercury
Copy link
Contributor

This Pull request:

Changes or fixes:

This regression broke (my) user code, so if possible try to address this PR before the next release ;)

Fixes #17552

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

This PR fixes #

hist/hist/inc/TH2.h Outdated Show resolved Hide resolved
Copy link

Test Results

    18 files      18 suites   4d 18h 2m 30s ⏱️
 2 683 tests  2 681 ✅ 0 💤 2 ❌
46 598 runs  46 596 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit c5a1824.

@guitargeek
Copy link
Contributor

Hi! Sorry I didn't have the time to make the PR myself yet, but I think the best solution is to just add "using TH1::AddBinContent:" to each derived class so that all overloads are accessible

@ferdymercury
Copy link
Contributor Author

ferdymercury commented Jan 30, 2025

Hi! Sorry I didn't have the time to make the PR myself yet, but I think the best solution is to just add "using TH1::AddBinContent:" to each derived class so that all overloads are accessible

Thanks, Sure, no problem. I implemented your alternative solution here: #17578

@ferdymercury ferdymercury deleted the addbincont branch January 30, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[hist] AddBinContent(i,j,w) regression
2 participants